.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left; list-style-type:none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%; z-index:99999;
    width: 50px;
    opacity:.2;
    height: 50px;
    text-align: center;
    background: #15a9fa;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
   }

.jcarousel-control-prev {
     left: 10px;
}

.jcarousel-control-next {    
    right: 10px; 
}

.jcarousel:hover .jcarousel-control-prev,
.jcarousel:hover .jcarousel-control-next {opacity:1;}

.jcarousel-control-next:before,
.jcarousel-control-prev:before{ font-family:FontAwesome; width:40px !important; height:50px !important; line-height:50px; font-size:15px; }

.jcarousel-control-next:before{ content: "\f105"; }
.jcarousel-control-prev:before{ content: "\f104"; }


/* ============ Recent Posts Navigation shortcodes ============== */

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover{
	background: #0276c7; color:#fff;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    box-shadow: 0 0 2px #F0EFE7;
}
